ComponentOne ASP.NET MVC Controls
IntermediateTotalLabels Method

C1.Web.Mvc.Fluent Namespace > WaterfallBuilder<T> Class : IntermediateTotalLabels Method
The value
Sets the IntermediateTotalLabels property.
Syntax
'Declaration
 
Public Function IntermediateTotalLabels( _
   ByVal ParamArray labels() As String _
) As WaterfallBuilder(Of T)
public WaterfallBuilder<T> IntermediateTotalLabels( 
   params string[] labels
)

Parameters

labels
The value

Return Value

Current builder
Remarks
Gets or sets the value of the property that contains the label of the intermediate total bar. The property should work with ShowIntermediateTotal and IntermediateToolPositions properties.
See Also

Reference

WaterfallBuilder<T> Class
WaterfallBuilder<T> Members